home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3sbs3.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SBS3_H = 1;
- include("real/raytr/r3surf.js")
-
-
- var R3CLID_SCUBICBSPLINE = 440;
-
-
-
-
-
-
-
- R3SBS3A_MixInterpolation = 440509;
- function SetR3SBS3A_MixInterpolation(value) {
- R3Set(this.r3obj, R3SBS3A_MixInterpolation, value, R3TID_BOOLEAN, 0);
- }
-
- R3SBS3A_MaxDisplacement = 440510;
- function SetR3SBS3A_MaxDisplacement(value) {
- R3Set(this.r3obj, R3SBS3A_MaxDisplacement, value, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Scubicbspline () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SCUBICBSPLINE, arguments);
- }
- // Methods
-
- // Attributes
- this.SetMixInterpolation=SetR3SBS3A_MixInterpolation;
- this.SetMaxDisplacement=SetR3SBS3A_MaxDisplacement;
- }
-
- r3Scubicbspline.prototype=new r3Surface;
- // r3sbs3.h_H